65 |
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
66.556
ms
|
47741 |
|
|
/classes/SpecificPrice.php:286
/classes/SpecificPrice.php:344 (filterOutField)
/classes/SpecificPrice.php:532 (computeExtraConditions)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1526 |
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `ps_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `ps_date_range`) LIMIT 1 |
51.664
ms
|
10354894081 |
|
|
/classes/DateRange.php:60
/classes/Page.php:122 (getCurrentRange)
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-09-10 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `ps_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 2)
LEFT JOIN `ps_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 45 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 17 |
15.055
ms
|
584 |
Yes
|
|
/classes/Category.php:1056
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
13.295
ms
|
19064 |
|
|
/classes/Configuration.php:160
/classes/Configuration.php:209 (loadConfiguration)
/classes/Configuration.php:289 (get)
/classes/shop/Shop.php:380 (getMultiShopValues)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
1435 |
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product_attribute`) FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
9.379
ms
|
2292 |
|
|
/classes/SpecificPrice.php:286
/classes/SpecificPrice.php:352 (filterOutField)
/classes/SpecificPrice.php:532 (computeExtraConditions)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1426 |
SELECT SQL_NO_CACHE p.id_product
FROM ps_product p
WHERE p.active = 1 |
6.893
ms
|
12903 |
|
|
/modules/ps_viewedproduct/ps_viewedproduct.php:306
/modules/ps_viewedproduct/ps_viewedproduct.php:252 (getExistingProductsIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:179 (getViewedProductIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:200 (getCacheId)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1427 |
SELECT SQL_NO_CACHE p.id_product
FROM ps_product p
WHERE p.active = 1 |
6.276
ms
|
12903 |
|
|
/modules/ps_viewedproduct/ps_viewedproduct.php:306
/modules/ps_viewedproduct/ps_viewedproduct.php:252 (getExistingProductsIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:262 (getViewedProductIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1470 |
SELECT SQL_NO_CACHE p.id_product
FROM ps_product p
WHERE p.active = 1 |
6.269
ms
|
12903 |
|
|
/modules/ps_viewedproduct/ps_viewedproduct.php:306
/modules/ps_viewedproduct/ps_viewedproduct.php:252 (getExistingProductsIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:179 (getViewedProductIds)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (getCacheId)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
398 |
SELECT SQL_NO_CACHE pdprp1.`id_product`
FROM `ps_pdproductrelatedpro1` pdprp1
LEFT JOIN `ps_product` p ON (pdprp1.id_product = p.id_product)
WHERE p.`active` = 1
AND pdprp1.`id_shop` = 1
AND pdprp1.`id_related` = 3421 LIMIT 1 |
4.185
ms
|
12903 |
|
|
/modules/pdrelatedproductpro1/classes/PdRelatedProductProModel1.php:95
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1137 (getRelatedProductsReverseRelated)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1019 (getProductsRelatedToAssembly1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
4.115
ms
|
1295 |
Yes
|
Yes
|
/classes/Hook.php:1161
/classes/Hook.php:714 (getAllHookRegistrations)
/classes/Hook.php:798 (getHookModuleExecList)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
400 |
SELECT SQL_NO_CACHE pdprp1.`id_product`
FROM `ps_pdproductrelatedpro1` pdprp1
LEFT JOIN `ps_product` p ON (pdprp1.id_product = p.id_product)
WHERE p.`active` = 1
AND pdprp1.`id_shop` = 1
AND pdprp1.`id_related` = 3421 LIMIT 1 |
3.748
ms
|
12903 |
|
|
/modules/pdrelatedproductpro1/classes/PdRelatedProductProModel1.php:123
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1146 (getRelatedProductsReverse)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1019 (getProductsRelatedToAssembly1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
55 |
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, active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
3.420
ms
|
925 |
|
|
/classes/Hook.php:487
/classes/Hook.php:527 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5893 (getManager)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 45 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
1.895
ms
|
584 |
|
|
/classes/Category.php:985
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
20 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.534
ms
|
0 |
|
|
/classes/Hook.php:1221
/classes/Hook.php:205 (getAllHookIds)
/classes/Hook.php:540 (getIdByName)
/classes/module/Module.php:2362 (isModuleRegisteredOnHook)
/modules/ph_simpleblog/ph_simpleblog.php:123 (isRegisteredInHook)
: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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
26 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.437
ms
|
415 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
1401 |
SELECT SQL_NO_CACHE DISTINCT od.product_id
FROM ps_order_detail od
LEFT JOIN ps_product p ON (p.id_product = od.product_id)
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)LEFT JOIN `ps_product_attribute` pa ON (p.`id_product` = pa.`id_product`)
LEFT JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1 AND product_attribute_shop.`default_on` = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`product_attribute_shop`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN ps_product_lang pl ON (pl.id_product = od.product_id AND pl.id_shop = 1 )
LEFT JOIN ps_category_lang cl ON (cl.id_category = product_shop.id_category_default AND cl.id_shop = 1 )
LEFT JOIN ps_image i ON (i.id_product = od.product_id)
WHERE od.id_order IN (73347)
AND pl.id_lang = 2
AND cl.id_lang = 2
AND od.product_id NOT IN (3421)
AND i.cover = 1
AND p.visibility IN ("both", "catalog")
AND product_shop.active = 1
ORDER BY RAND()
LIMIT 10 |
1.323
ms
|
6 |
Yes
|
|
/modules/iqitcrossselling/iqitcrossselling.php:213
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1400 |
SELECT SQL_NO_CACHE o.id_order
FROM ps_orders o
LEFT JOIN ps_order_detail od ON (od.id_order = o.id_order)
WHERE o.valid = 1
AND od.product_id IN (3421) |
0.990
ms
|
9 |
|
|
/modules/iqitcrossselling/iqitcrossselling.php:159
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
304 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 10 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.916
ms
|
10 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
227 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 4 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.908
ms
|
29 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:3354 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
186 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 3 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.875
ms
|
26 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:3354 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
95 |
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(
"2025-09-10 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN `ps_product_lang` pl ON (
p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 2 AND pl.id_shop = 1
)
LEFT JOIN `ps_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 2 AND cl.id_shop = 1
)
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2)
LEFT JOIN `ps_manufacturer` m ON (p.`id_manufacturer`= m.`id_manufacturer`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
WHERE `id_product_1` = 3421 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
0.856
ms
|
1 |
|
Yes
|
/classes/Product.php:4137
/controllers/front/ProductController.php:335 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1428 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 404 |
0.834
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
303 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 15 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.758
ms
|
21 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
815 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5776
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.726
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
282 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 5 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.726
ms
|
32 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:3354 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1527 |
UPDATE `ps_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 101501
AND `id_page` = 1448
AND `id_shop` = 1 |
0.724
ms
|
1 |
|
|
/classes/Page.php:131
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
297 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 8 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.712
ms
|
12 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
416 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3129
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.707
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
853 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16484
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.707
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
967 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 52417
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.703
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
929 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 22655
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.699
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
777 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5773
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.699
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
701 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3700
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.698
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
663 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3698
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.698
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
113 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3421
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.695
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/controllers/front/ProductController.php:551 (getAttributesGroups)
/controllers/front/ProductController.php:391 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
739 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4003
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.692
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
891 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16486
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.692
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
625 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3424
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.691
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
910 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16487
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.690
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
549 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3419
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.689
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
530 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3416
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.687
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
587 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3422
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.686
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
568 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3420
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.686
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
644 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3697
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.683
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
606 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3423
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.683
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
834 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5775
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.683
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
872 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 16485
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.682
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
796 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5774
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.682
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
758 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4004
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.680
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
435 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3131
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.680
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
948 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 22656
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.676
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
986 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 52418
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.671
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
473 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3133
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.671
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
682 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3699
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.670
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
720 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3701
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.669
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
305 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 16 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.664
ms
|
20 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
317 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 26 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.659
ms
|
25 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
346 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 53 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.658
ms
|
30 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 54429
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.657
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
309 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 20 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.656
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
511 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3356
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.656
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
454 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3132
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.653
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
323 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 32 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.650
ms
|
27 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
345 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.650
ms
|
29 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 54528
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.648
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
306 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 17 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.644
ms
|
19 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
492 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3135
AND al.`id_lang` = 2
AND agl.`id_lang` = 2
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
0.644
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4048
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1211 (getAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1190 (assignAttributesGroups)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
318 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 27 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.644
ms
|
1 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
329 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 39 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.643
ms
|
20 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
344 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 52 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.639
ms
|
30 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
316 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 25 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.639
ms
|
23 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
300 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 12 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.637
ms
|
24 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
308 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 19 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.636
ms
|
17 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
307 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 18 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.636
ms
|
18 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
299 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 11 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.633
ms
|
25 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
320 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 29 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.633
ms
|
5 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
319 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 28 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.632
ms
|
3 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
310 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 21 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.632
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
312 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 23 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.629
ms
|
13 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
301 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 13 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.626
ms
|
23 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
302 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 14 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.626
ms
|
22 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
332 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 42 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.626
ms
|
26 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
311 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 22 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.626
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
331 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 41 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.626
ms
|
24 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
330 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 40 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.625
ms
|
22 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
313 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 63 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.625
ms
|
8 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
321 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 30 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.625
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
324 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 33 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.622
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
296 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 7 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.621
ms
|
9 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
340 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 24 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.620
ms
|
21 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
314 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 68 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.619
ms
|
7 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
328 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 38 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.618
ms
|
19 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
327 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 36 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.618
ms
|
17 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
298 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 9 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.617
ms
|
11 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
322 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 31 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.617
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
326 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.616
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
325 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.614
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
341 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 50 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.614
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
336 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 46 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.614
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
342 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.614
ms
|
18 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
334 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 44 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.611
ms
|
4 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
338 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 48 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.611
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
339 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 49 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.610
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
333 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 43 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.610
ms
|
2 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
337 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 47 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.608
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
335 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 45 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC |
0.601
ms
|
16 |
Yes
|
|
/classes/Category.php:792
/modules/iqitmegamenu/iqitmegamenu.php:1726 (getNestedCategories)
/modules/iqitmegamenu/iqitmegamenu.php:3202 (buildSubmenuTree)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
437 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3131
ORDER BY `position` |
0.592
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
88 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 1 )
WHERE `id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.592
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:918
/controllers/front/ProductController.php:792 (getSubCategories)
/controllers/front/ProductController.php:299 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1474 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 404
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute` |
0.591
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:2434
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.539
ms
|
199 |
|
|
/classes/module/Module.php:322
/modules/pddiangoredirecturls/pddiangoredirecturls.php:41 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/override/classes/controller/FrontController.php:6 (getInstanceByName)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.536
ms
|
199 |
|
|
/classes/module/Module.php:322
/modules/ph_simpleblog/ph_simpleblog.php:116 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'hwesta.eu' OR su.domain_ssl = 'hwesta.eu')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.528
ms
|
4 |
Yes
|
|
/classes/shop/Shop.php:1341
/classes/shop/Shop.php:337 (findShopByHost)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.528
ms
|
199 |
|
|
/classes/module/Module.php:322
/modules/giftcard/giftcard.php:65 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
69 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3421 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.518
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
558 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.510
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
539 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3419 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.510
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.509
ms
|
199 |
|
|
/classes/module/Module.php:322
/modules/datafeedwatch/datafeedwatch.php:50 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
767 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 5773 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.493
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
52 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3421) AND (b.`id_shop` = 1) LIMIT 1 |
0.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
596 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3423 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.491
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
919 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 22655 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.489
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
634 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3697 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.488
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
824 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 5775 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.488
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *
FROM ps_iqitadditionaltab t
LEFT JOIN ps_iqitadditionaltab_lang tl ON (t.id_iqitadditionaltab = tl.id_iqitadditionaltab AND tl.id_lang = 2)
INNER JOIN ps_iqitadditionaltab_shop iqitadditionaltab_shop
ON (iqitadditionaltab_shop.id_iqitadditionaltab = t.id_iqitadditionaltab AND iqitadditionaltab_shop.id_shop = 1)
WHERE (t.id_product = 0 OR t.id_product = 3421) AND t.`active` = 1 GROUP BY t.id_iqitadditionaltab
ORDER BY t.`position` |
0.486
ms
|
1 |
Yes
|
Yes
|
/modules/iqitadditionaltabs/src/IqitAdditionalTab.php:118
/modules/iqitadditionaltabs/iqitadditionaltabs.php:558 (getTabs)
/modules/iqitadditionaltabs/iqitadditionaltabs.php:530 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/src/Adapter/HookManager.php:79 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1034 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
881 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 16486 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.486
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
672 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3699 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.485
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
805 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 5776 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.484
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3129 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.483
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
710 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3701 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.482
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
78 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3421 |
0.481
ms
|
1 |
|
|
/classes/Product.php:6462
/classes/Product.php:6475 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:64 (hasCombinations)
/controllers/front/ProductController.php:109 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
976 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 52418 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.479
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
577 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3422 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.479
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
515 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3416 |
0.478
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3424 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.478
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
482 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3135 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.476
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
938 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 22656 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.476
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
520 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3416 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.472
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
900 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 16487 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.471
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
691 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3700 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.470
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
862 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 16485 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.470
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
653 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3698 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.468
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
786 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 5774 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.467
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
957 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 52417 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.467
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
748 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 4004 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.465
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
729 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 4003 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.465
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
843 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 16484 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.464
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
496 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3356 |
0.461
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
105 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3421
ORDER BY f.position ASC |
0.461
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 17375 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.459
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
104 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3421 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3421 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.459
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1408 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3245 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.458
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
425 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3131 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.458
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 54528 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.457
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
501 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3356 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.457
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.457
ms
|
795 |
|
|
/classes/Hook.php:1221
/classes/Hook.php:205 (getAllHookIds)
/classes/Hook.php:807 (getIdByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
988 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 52418
ORDER BY `position` |
0.456
ms
|
11 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 22556 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.455
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 55547 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.455
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1437 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 404 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 26074) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.452
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
463 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3133 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.452
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
444 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3132 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.452
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
90 |
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3421 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.452
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:623
/controllers/front/ProductController.php:515 (getQuantityDiscounts)
/controllers/front/ProductController.php:301 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
724 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4003 |
0.451
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
887 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16486 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16486 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.451
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
629 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3697 |
0.450
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3453 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.450
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
982 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52418 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 52418 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.448
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 54361 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.447
ms
|
4 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
545 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3419 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3419 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.447
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3450 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.447
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
401 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3129 |
0.446
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1525 |
INSERT IGNORE INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('263045', '1448', '2025-09-10 04:14:58') |
0.446
ms
|
1 |
|
|
/classes/Connection.php:122
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
602 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3423 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3423 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.446
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
686 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3700 |
0.445
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 53750 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.445
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
773 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5773 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5773 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
564 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3420 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.445
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 17365 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.444
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
450 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3132 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3132 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.444
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
648 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3698 |
0.443
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
906 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16487 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.443
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 52035 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.442
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
640 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3697 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3697 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1222 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3706 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.442
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
925 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22655 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22655 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.442
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
849 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16484 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16484 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.441
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
553 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3420 |
0.440
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
678 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3699 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3699 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.439
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
735 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4003 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4003 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.439
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
697 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3700 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3700 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.439
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1251 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 51979
ORDER BY `position` |
0.439
ms
|
25 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3302 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.439
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
572 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3422 |
0.438
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
995 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 54429 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.437
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
534 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3419 |
0.437
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
811 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5776 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5776 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.437
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 51979 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.436
ms
|
2 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
762 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 5773 |
0.436
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
792 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5774 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.436
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
743 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4004 |
0.436
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 22661 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.434
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (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 cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3129 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3129 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
754 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4004 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4004 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
868 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16485 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.434
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
963 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52417 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 52417 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.433
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
667 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3699 |
0.433
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
439 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3132 |
0.432
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
944 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22656 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22656 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
477 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3135 |
0.432
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
830 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5775 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5775 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.432
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
621 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3424 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.431
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
583 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3422 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3422 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.431
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1471 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (404) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.430
ms
|
7 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 22547 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.430
ms
|
3 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
716 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3701 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3701 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.430
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
659 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3698 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3698 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.430
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
838 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 16484 |
0.429
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1393 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22661) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.429
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
526 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3416 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3416 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.428
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1459 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 4008 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.428
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
413 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3129
ORDER BY f.position ASC |
0.427
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54429 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 54429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
155 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3421 |
0.425
ms
|
1 |
|
|
/classes/Product.php:6462
/classes/Product.php:6475 (getAttributesInformationsByProduct)
/modules/hioutofstocknotification/hioutofstocknotification.php:2085 (hasCombinations)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
591 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3423 |
0.425
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 5380 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-10 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.425
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:560
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
952 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 52417 |
0.424
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1502 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.423
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
933 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 22656 |
0.423
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
914 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 22655 |
0.421
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
778 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5773) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
969 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 52417
ORDER BY `position` |
0.419
ms
|
19 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
469 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3133 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.417
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
800 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 5776 |
0.417
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
990 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 54429 |
0.416
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1432 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 404) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
876 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 16486 |
0.415
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
458 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3133 |
0.414
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
455 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3132) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
912 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 16487
ORDER BY `position` |
0.413
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
589 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3422
ORDER BY `position` |
0.413
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1451 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 404
ORDER BY `position` |
0.412
ms
|
17 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
931 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 22655
ORDER BY `position` |
0.412
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
641 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3697
ORDER BY f.position ASC |
0.411
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
971 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 52418 |
0.410
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
874 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 16485
ORDER BY `position` |
0.410
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
92 |
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3421 |
0.409
ms
|
1 |
|
|
/classes/Product.php:6462
/controllers/front/ProductController.php:764 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:304 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
781 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 5774 |
0.409
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
610 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3424 |
0.409
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54528 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 54528 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.408
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
857 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 16485 |
0.408
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3706 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3706 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
488 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3135 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3135 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.407
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
420 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3131 |
0.406
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
507 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3356 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3356 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.405
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 53750 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 53750 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.405
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
705 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3701 |
0.405
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
819 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 5775 |
0.404
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
546 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3419
ORDER BY f.position ASC |
0.404
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
869 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16485
ORDER BY f.position ASC |
0.404
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22547 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22547 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1446 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 26074
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 404 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26074
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 404 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.403
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5072 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
109 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3421
ORDER BY `position` |
0.402
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:91 (__construct)
/controllers/front/ProductController.php:1074 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
855 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 16484
ORDER BY `position` |
0.402
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
755 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4004
ORDER BY f.position ASC |
0.401
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
703 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3700
ORDER BY `position` |
0.401
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
569 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3420) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
736 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4003
ORDER BY f.position ASC |
0.401
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
950 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 22656
ORDER BY `position` |
0.401
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
895 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 16487 |
0.400
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
431 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3131 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.400
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1465 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4008 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4008 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.399
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 51979 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 51979 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.398
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
660 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3698
ORDER BY f.position ASC |
0.398
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
793 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5774
ORDER BY f.position ASC |
0.398
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
987 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52418) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
964 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52417
ORDER BY f.position ASC |
0.397
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
740 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4003) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17375 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17375 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.397
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
584 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3422
ORDER BY f.position ASC |
0.395
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
683 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3699) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
418 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3129
ORDER BY `position` |
0.395
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1483 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 404 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.395
ms
|
7 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
893 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 16486
ORDER BY `position` |
0.395
ms
|
26 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1443 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 404 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 404 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
512 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3356) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
892 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16486) AND (b.`id_shop` = 1) LIMIT 1 |
0.395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
702 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3700) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22556 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22556 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.394
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
622 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3424
ORDER BY f.position ASC |
0.394
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
907 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16487
ORDER BY f.position ASC |
0.394
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
451 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3132
ORDER BY f.position ASC |
0.394
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
532 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3416
ORDER BY `position` |
0.394
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
607 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3423) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3450
ORDER BY f.position ASC |
0.393
ms
|
10 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1414 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3245 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3245 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17365 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
550 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3419) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
646 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3697
ORDER BY `position` |
0.392
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
812 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5776
ORDER BY f.position ASC |
0.392
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
831 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5775
ORDER BY f.position ASC |
0.392
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54361 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 54361 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
565 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3420
ORDER BY f.position ASC |
0.391
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
474 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3133) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 22661 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 22661 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.390
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 53750 |
0.390
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
945 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22656
ORDER BY f.position ASC |
0.390
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3453 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3453 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.390
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3450 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3450 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.388
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
397 |
SELECT SQL_NO_CACHE DISTINCT pdprp1.`id_related`
FROM `ps_pdproductrelatedpro1` pdprp1
LEFT JOIN `ps_product` p ON (pdprp1.id_related = p.id_product)
WHERE p.`active` = 1
AND pdprp1.`id_shop` = 1
AND pdprp1.`id_product` = 3421
ORDER BY pdprp1.`position` ASC
LIMIT 99 |
0.388
ms
|
28 |
Yes
|
|
/modules/pdrelatedproductpro1/classes/PdRelatedProductProModel1.php:75
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1119 (getRelatedProducts)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1019 (getProductsRelatedToAssembly1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3424) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
949 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22656) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
850 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16484
ORDER BY f.position ASC |
0.387
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
854 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16484) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3697) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52035 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 52035 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5380 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5380 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
797 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5774) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1179 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 55547 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 55547 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.387
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
926 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22655
ORDER BY f.position ASC |
0.387
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
774 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5773
ORDER BY f.position ASC |
0.386
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
417 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3129) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
873 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16485) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
531 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3416) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
603 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3423
ORDER BY f.position ASC |
0.385
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3302 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.385
ms
|
0 |
|
|
/classes/Cart.php:1404
/classes/Product.php:3811 (getProductQuantity)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
717 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3701
ORDER BY f.position ASC |
0.385
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
816 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5776) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
551 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3419
ORDER BY `position` |
0.384
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
759 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4004) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
679 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3699
ORDER BY f.position ASC |
0.383
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
983 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52418
ORDER BY f.position ASC |
0.383
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
698 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3700
ORDER BY f.position ASC |
0.383
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
494 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3135
ORDER BY `position` |
0.383
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
968 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52417) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1402 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3245 |
0.382
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
684 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3699
ORDER BY `position` |
0.382
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
527 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3416
ORDER BY f.position ASC |
0.382
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
721 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3701) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
664 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3698) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
930 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22655) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
627 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3424
ORDER BY `position` |
0.381
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
722 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3701
ORDER BY `position` |
0.381
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
294 |
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 2
ORDER BY hss.position |
0.380
ms
|
27 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3147 (getTabsFrontend)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
911 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16487) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
888 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 16486
ORDER BY f.position ASC |
0.380
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 17375 |
0.379
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 55547 |
0.379
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
588 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3422) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
835 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5775) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 54528 |
0.378
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1245 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3302
ORDER BY `position` |
0.377
ms
|
21 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1454 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 4008 |
0.377
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
493 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3135) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 17375 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.376
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1278 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 54361 |
0.376
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
436 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3131) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1448 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 404
ORDER BY f.position ASC |
0.375
ms
|
11 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 51979 |
0.373
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17375) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.373
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
570 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3420
ORDER BY `position` |
0.372
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
608 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3423
ORDER BY `position` |
0.372
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
665 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3698
ORDER BY `position` |
0.372
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1417 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3245
ORDER BY `position` |
0.371
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/iqitcrossselling/iqitcrossselling.php:242 (present)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17365) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.371
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1316 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (53750) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 53750) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1330 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22556) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 17365 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.370
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1419 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3245) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.370
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:114 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:287 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 5380 |
0.370
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1336 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 22556 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.370
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
489 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3135
ORDER BY f.position ASC |
0.369
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1378 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 54429 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.369
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1425 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3245 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.368
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:199 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:314 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1315 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3302 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.368
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1415 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3245
ORDER BY f.position ASC |
0.368
ms
|
10 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1329 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 51979 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.367
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (22547) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1490 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 4008 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.367
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 52035 |
0.367
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1344 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3450) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.367
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1365 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3453) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.366
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
508 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3356
ORDER BY f.position ASC |
0.366
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1392 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3424 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.366
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
513 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3356
ORDER BY `position` |
0.366
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1379 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (54361) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.366
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.365
ms
|
4 |
Yes
|
|
/classes/shop/Shop.php:703
/classes/shop/Shop.php:762 (cacheShops)
/classes/Configuration.php:286 (getShops)
/classes/shop/Shop.php:380 (getMultiShopValues)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
1006 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54429) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1364 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 55547 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.364
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1484 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4008) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.364
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1281 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3424 |
0.364
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 22556 |
0.362
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 22547 |
0.361
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3302 |
0.360
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1351 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (52035) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.359
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1385 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 54361 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.359
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54528
ORDER BY f.position ASC |
0.359
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17375
ORDER BY f.position ASC |
0.359
ms
|
7 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1322 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 53750 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.359
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
432 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3131
ORDER BY f.position ASC |
0.359
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54429
ORDER BY f.position ASC |
0.359
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
470 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3133
ORDER BY f.position ASC |
0.359
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1386 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.359
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22556
ORDER BY f.position ASC |
0.358
ms
|
7 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 22661 |
0.358
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5380
ORDER BY f.position ASC |
0.358
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
966 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 52417 AND `id_shop` = 1 |
0.358
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22547
ORDER BY f.position ASC |
0.358
ms
|
6 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3302
ORDER BY f.position ASC |
0.358
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1358 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (55547) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.358
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 22547 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.357
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1343 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 5380 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.357
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1357 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 52035 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.357
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1371 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3453 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.357
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 17365 |
0.357
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1337 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5380) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.357
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
760 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 4004
ORDER BY `position` |
0.356
ms
|
11 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
741 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 4003
ORDER BY `position` |
0.356
ms
|
11 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1350 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 3450 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.356
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1399 |
SELECT SQL_NO_CACHE pa.id_product_attribute, ag.`id_attribute_group`, ag.`is_color_group`, al.`name` AS attribute_name,
a.`id_attribute`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 22661 AND ag.`id_attribute_group` IN (24)
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY ag.`id_attribute_group`, a.`position` |
0.356
ms
|
1 |
Yes
|
Yes
|
/modules/iqitsizecharts/iqitsizecharts.php:659
/modules/iqitsizecharts/iqitsizecharts.php:593 (getAttributeCombinations)
/modules/iqitsizecharts/iqitsizecharts.php:533 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:200 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:315 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.356
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54361) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1466 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 4008
ORDER BY f.position ASC |
0.355
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
953 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52417
AND image_shop.`cover` = 1 LIMIT 1 |
0.355
ms
|
19 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
414 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3129) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3450 |
0.355
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1323 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (51979) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.355
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1372 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (54429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.354
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:3993
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:511 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:241 (getMainVariants)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:115 (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/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:288 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
452 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3132) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54528) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
89 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 2
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.354
ms
|
10 |
Yes
|
Yes
|
/classes/Category.php:1144
/classes/Category.php:1080 (getChildren)
/controllers/front/ProductController.php:801 (getHomeCategories)
/controllers/front/ProductController.php:299 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
798 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5774
ORDER BY `position` |
0.353
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
836 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5775
ORDER BY `position` |
0.353
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1275 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 54429 |
0.353
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 55547) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-10 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN ps_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
WHERE p.id_product = 3453 |
0.352
ms
|
1 |
|
|
/classes/ProductAssembler.php:90
/classes/ProductAssembler.php:107 (addMissingProductFields)
/modules/ps_categoryproducts/ps_categoryproducts.php:318 (assembleProduct)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 51979) AND (b.`id_shop` = 1) LIMIT 1 |
0.352
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3453
ORDER BY f.position ASC |
0.351
ms
|
10 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 54429
ORDER BY `position` |
0.351
ms
|
19 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
779 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5773
ORDER BY `position` |
0.351
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
116 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
0.350
ms
|
1 |
|
|
/classes/CartRule.php:400
/classes/Cart.php:2980 (getCustomerCartRules)
/classes/Cart.php:3363 (getDeliveryOptionList)
/classes/Cart.php:3436 (getDeliveryOption)
/src/Core/Cart/Fees.php:95 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2149 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:328 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 54528
ORDER BY `position` |
0.349
ms
|
19 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1416 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3245) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/iqitcrossselling/iqitcrossselling.php:242 (present)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
121 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3421) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:170 (getProductObject)
/classes/Link.php:1191 (getProductLink)
/classes/controller/FrontController.php:2010 (getLanguageLink)
/classes/controller/FrontController.php:1527 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1624 (getTemplateVarUrls)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3706
ORDER BY f.position ASC |
0.345
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
817 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5776
ORDER BY `position` |
0.345
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
851 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16484) LIMIT 1 |
0.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 22661
ORDER BY `position` |
0.344
ms
|
24 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
456 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3132
ORDER BY `position` |
0.344
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 22661
ORDER BY f.position ASC |
0.343
ms
|
8 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
475 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3133
ORDER BY `position` |
0.343
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 54429
ORDER BY `position` |
0.343
ms
|
19 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5380) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52035) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:174 (getProductObject)
/classes/Product.php:4938 (getProductLink)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1282 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3424
ORDER BY `position` |
0.341
ms
|
18 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
115 |
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-09-10 00:00:00" AND date_to <= "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-09-10 00:00:00" AND date_from <= "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-09-10 00:00:00" AND date_to > "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/CartRule.php:342
/classes/CartRule.php:375 (haveCartRuleToday)
/classes/Cart.php:2980 (getCustomerCartRules)
/classes/Cart.php:3363 (getDeliveryOptionList)
/classes/Cart.php:3436 (getDeliveryOption)
/src/Core/Cart/Fees.php:95 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2149 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:328 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17365
ORDER BY f.position ASC |
0.339
ms
|
7 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
775 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5773) LIMIT 1 |
0.339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 51979
ORDER BY f.position ASC |
0.338
ms
|
2 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1248 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 53750
ORDER BY `position` |
0.336
ms
|
11 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
399 |
SELECT SQL_NO_CACHE DISTINCT pdprp1.`id_related`
FROM `ps_pdproductrelatedpro1` pdprp1
LEFT JOIN `ps_product` p ON (pdprp1.id_related = p.id_product)
WHERE p.`active` = 1
AND pdprp1.`id_shop` = 1
AND pdprp1.`id_product` = 3129
ORDER BY pdprp1.`position` ASC
LIMIT 99 |
0.334
ms
|
34 |
Yes
|
|
/modules/pdrelatedproductpro1/classes/PdRelatedProductProModel1.php:75
/modules/pdrelatedproductpro1/classes/PdRelatedProductProModel1.php:99 (getRelatedProducts)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1137 (getRelatedProductsReverseRelated)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1019 (getProductsRelatedToAssembly1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
737 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4003) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17365) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1449 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 404
AND pac.`id_product_attribute` = 26074
AND agl.`id_lang` = 2 |
0.332
ms
|
1 |
|
|
/classes/Product.php:6435
/classes/Product.php:5107 (getAttributesParams)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
889 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16486) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 52035
ORDER BY `position` |
0.330
ms
|
14 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
471 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3133) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1491 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (3421) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC |
0.329
ms
|
5 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:191 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooterProduct.php:62 (prepareItemFromProduct)
/modules/ps_googleanalytics/ps_googleanalytics.php:120 (run)
/classes/Hook.php:990 (hookDisplayFooterProduct)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
984 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52418) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `id_product`,
pf.`id_feature`,
`name`,
pf.`id_feature_value`,
`value`
FROM
`ps_feature_product` pf
LEFT JOIN
`ps_feature_lang` fl
ON (
fl.id_feature = pf.id_feature AND fl.id_lang = 2
)
LEFT JOIN
`ps_feature_value_lang` fvl
ON (
fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2
)
LEFT JOIN `ps_feature` f
ON (
f.id_feature = pf.id_feature
)
WHERE
`id_product` = 3421
ORDER BY f.position ASC |
0.328
ms
|
8 |
Yes
|
|
/modules/multifeatures/multifeatures.php:163
/modules/multifeatures/multifeatures.php:216 (getProductFeatures)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22556) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3302) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
813 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5776) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
730 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4003) |
0.327
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
604 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3423) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1468 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 4008
ORDER BY `position` |
0.326
ms
|
9 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1285 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22661) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3453) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22547) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
832 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5775) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
566 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3420) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3450) AND (b.`id_shop` = 1) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3422) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
58 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 40
AND tr.`id_state` IN (0, 0)
AND ('51-376' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '51-376')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.322
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5894 (getTaxCalculator)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1467 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4008) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
718 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3701) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
870 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16485) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17375) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/src/Adapter/Image/ImageRetriever.php:62 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 53750
ORDER BY f.position ASC |
0.321
ms
|
3 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
756 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4004) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
965 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52417) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
509 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3356) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
547 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3419) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
946 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22656) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
908 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16487) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 55547
ORDER BY `position` |
0.319
ms
|
11 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
927 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 22655) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
661 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3698) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52035
ORDER BY f.position ASC |
0.318
ms
|
2 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
433 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3131) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
623 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3424) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
528 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3416) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
699 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3700) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
490 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3135) LIMIT 1 |
0.315
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54361
ORDER BY f.position ASC |
0.314
ms
|
2 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3697) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3421) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:170 (getProductObject)
/classes/Link.php:1191 (getProductLink)
/classes/controller/FrontController.php:2010 (getLanguageLink)
/classes/controller/FrontController.php:1527 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1624 (getTemplateVarUrls)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 55547
ORDER BY f.position ASC |
0.309
ms
|
2 |
Yes
|
|
/classes/Product.php:5195
/classes/Product.php:5082 (getFrontFeaturesStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1279 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 54361
ORDER BY `position` |
0.306
ms
|
7 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
101 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3421
AND image_shop.`cover` = 1 LIMIT 1 |
0.305
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
680 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3699) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
794 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5774) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
348 |
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`, hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 2 AND active = 1
AND hssl.id_lang = 2
ORDER BY hss.position |
0.299
ms
|
27 |
Yes
|
|
/modules/iqitmegamenu/models/IqitMenuTab.php:178
/modules/iqitmegamenu/iqitmegamenu.php:3147 (getTabsFrontend)
/modules/iqitmegamenu/iqitmegamenu.php:2591 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2577 (_prepareHookVertical)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
79 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `ps_tab` |
0.298
ms
|
287 |
|
|
/classes/Tab.php:340
/controllers/front/ProductController.php:119 (getIdFromClassName)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54528) LIMIT 1 |
0.297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
142 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3421) LIMIT 1 |
0.296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 5380
ORDER BY `position` |
0.293
ms
|
6 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1528 |
INSERT INTO `ps_page_viewed` (`id_date_range`, `id_page`, `counter`, `id_shop`, `id_shop_group`) VALUES ('101501', '1448', '1', '1', '1') |
0.292
ms
|
1 |
|
|
/classes/Page.php:142
/modules/statsdata/statsdata.php:121 (setPageViewed)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 22547
ORDER BY `position` |
0.291
ms
|
6 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 51979
AND image_shop.`cover` = 1 LIMIT 1 |
0.291
ms
|
25 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
117 |
(SELECT 1 FROM `ps_cart_rule` WHERE date_to >= "2025-09-10 00:00:00" AND date_to <= "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from >= "2025-09-10 00:00:00" AND date_from <= "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps_cart_rule` WHERE date_from < "2025-09-10 00:00:00" AND date_to > "2025-09-10 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/CartRule.php:342
/classes/CartRule.php:375 (haveCartRuleToday)
/classes/CartRule.php:511 (getCustomerCartRules)
/classes/Cart.php:543 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:438 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54429) LIMIT 1 |
0.290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3450
ORDER BY `position` |
0.290
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 41
AND tr.`id_state` IN (0, 0)
AND ('51-376' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '51-376')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.286
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3466 (getTaxCalculator)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1273 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 3453
ORDER BY `position` |
0.286
ms
|
10 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 41
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.284
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5153 (getTaxCalculator)
/classes/Product.php:5113 (getTaxesInformations)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
668 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3699
AND image_shop.`cover` = 1 LIMIT 1 |
0.282
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1255 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 22556
ORDER BY `position` |
0.281
ms
|
6 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
630 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3697
AND image_shop.`cover` = 1 LIMIT 1 |
0.278
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
387 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
0.277
ms
|
1 |
|
|
/classes/CartRule.php:400
/classes/CartRule.php:511 (getCustomerCartRules)
/classes/Cart.php:543 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:438 (getDiscounts)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (present)
/config/smartyfront.config.inc.php:131 (getWidgetVariables)
/config/smartyfront.config.inc.php:76 ({closure})
/config/smartyfront.config.inc.php:140 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/42/4c/78/424c78d6ddf41b0b1e9c6129498d4dea569b444c_2.file.mobile-header-3.tpl.php:176 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24be4c782_71509923)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:291 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:89 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
909 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16487 AND `id_shop` = 1 |
0.275
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
130 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 14) AND (a0.`nright` > 15) AND (a1.`id_lang` = 2)
ORDER BY a0.`nleft` asc |
0.275
ms
|
80 |
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438 (getAll)
/controllers/front/ProductController.php:1140 (rewind)
/classes/controller/FrontController.php:1706 (getBreadcrumbLinks)
/classes/controller/FrontController.php:510 (getBreadcrumb)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
118 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
0.272
ms
|
1 |
|
|
/classes/CartRule.php:400
/classes/CartRule.php:511 (getCustomerCartRules)
/classes/Cart.php:543 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:438 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
402 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3129
AND image_shop.`cover` = 1 LIMIT 1 |
0.271
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
738 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4003 AND `id_shop` = 1 |
0.271
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
170 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`nleft` <= 14 AND c.`nright` >= 15 AND c.`nleft` >= 2 AND c.`nright` <= 129 ORDER BY `nleft` DESC |
0.268
ms
|
8 |
|
|
/classes/Category.php:1584
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1126 (getCategoryName)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:594 (generateRemarketingParameters)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3421 |
0.267
ms
|
18 |
|
|
/classes/Tag.php:229
/modules/iqitproducttags/iqitproducttags.php:89 (getProductTags)
/modules/iqitproducttags/iqitproducttags.php:78 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
839 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16484
AND image_shop.`cover` = 1 LIMIT 1 |
0.267
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
184 |
(SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE cr.`id_customer` = 0 AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
0.264
ms
|
1 |
|
|
/classes/CartRule.php:400
/classes/CartRule.php:511 (getCustomerCartRules)
/classes/Cart.php:543 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:438 (getDiscounts)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (present)
/config/smartyfront.config.inc.php:131 (getWidgetVariables)
/config/smartyfront.config.inc.php:76 ({closure})
/config/smartyfront.config.inc.php:140 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:183 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1513 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.263
ms
|
2 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
106 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 40
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.263
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5153 (getTaxCalculator)
/classes/Product.php:5113 (getTaxesInformations)
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
415 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3129 AND `id_shop` = 1 |
0.263
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
915 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22655
AND image_shop.`cover` = 1 LIMIT 1 |
0.263
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
478 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3135
AND image_shop.`cover` = 1 LIMIT 1 |
0.263
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1510 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
0.262
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
985 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 52418 AND `id_shop` = 1 |
0.262
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
939 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 22656) |
0.261
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
692 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3700) |
0.260
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54528
AND image_shop.`cover` = 1 LIMIT 1 |
0.260
ms
|
19 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
852 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16484 AND `id_shop` = 1 |
0.260
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
662 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3698 AND `id_shop` = 1 |
0.259
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
616 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3424) |
0.259
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
535 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3419
AND image_shop.`cover` = 1 LIMIT 1 |
0.258
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
863 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 16485) |
0.258
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1403 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3245
AND image_shop.`cover` = 1 LIMIT 1 |
0.258
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
877 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16486
AND image_shop.`cover` = 1 LIMIT 1 |
0.258
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
806 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5776) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3424 AND `id_shop` = 1 |
0.257
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
858 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16485
AND image_shop.`cover` = 1 LIMIT 1 |
0.257
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
559 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3420) |
0.256
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
163 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`nleft` <= 14 AND c.`nright` >= 15 AND c.`nleft` >= 2 AND c.`nright` <= 129 ORDER BY `nleft` DESC |
0.256
ms
|
8 |
|
|
/classes/Category.php:1584
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
901 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 16487) |
0.256
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
654 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3698) |
0.256
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
920 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 22655) |
0.256
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
497 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3356
AND image_shop.`cover` = 1 LIMIT 1 |
0.255
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
540 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3419) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
635 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3697) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
934 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22656
AND image_shop.`cover` = 1 LIMIT 1 |
0.255
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
483 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3135) |
0.254
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
586 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3422 AND `id_shop` = 1 |
0.254
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
548 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3419 AND `id_shop` = 1 |
0.254
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
844 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 16484) |
0.253
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
972 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52418
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
ms
|
11 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3302
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
ms
|
21 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
776 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5773 AND `id_shop` = 1 |
0.253
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
896 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 16487
AND image_shop.`cover` = 1 LIMIT 1 |
0.253
ms
|
26 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
706 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3701
AND image_shop.`cover` = 1 LIMIT 1 |
0.252
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
882 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 16486) |
0.252
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
719 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3701 AND `id_shop` = 1 |
0.252
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1438 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 404) |
0.252
ms
|
6 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
673 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3699) |
0.252
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
521 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3416) |
0.252
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
768 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5773) |
0.252
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
711 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3701) |
0.252
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
958 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 52417) |
0.251
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
833 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5775 AND `id_shop` = 1 |
0.251
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54361
AND image_shop.`cover` = 1 LIMIT 1 |
0.251
ms
|
7 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
977 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 52418) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
991 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54429
AND image_shop.`cover` = 1 LIMIT 1 |
0.250
ms
|
19 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
825 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5775) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
787 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5774) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
516 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3416
AND image_shop.`cover` = 1 LIMIT 1 |
0.250
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
578 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3422) |
0.250
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
407 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3129) |
0.249
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3131 AND `id_shop` = 1 |
0.249
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
597 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3423) |
0.248
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1453 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (5873, 26074, 26075, 26076, 26077, 26078, 26079) AND il.`id_lang` = 2 ORDER by i.`position` |
0.248
ms
|
7 |
Yes
|
|
/classes/Product.php:2529
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
749 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4004) |
0.247
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
795 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5774 AND `id_shop` = 1 |
0.247
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
643 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3697 AND `id_shop` = 1 |
0.246
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
700 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3700 AND `id_shop` = 1 |
0.246
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 17365
ORDER BY `position` |
0.245
ms
|
2 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
573 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3422
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
72 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3421 |
0.245
ms
|
18 |
|
|
/classes/Tag.php:229
/classes/Product.php:583 (getProductTags)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1429 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 404
AND image_shop.`cover` = 1 LIMIT 1 |
0.244
ms
|
17 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 17375
ORDER BY `position` |
0.243
ms
|
1 |
Yes
|
|
/classes/Product.php:3096
/src/Adapter/Image/ImageRetriever.php:65 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
472 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3133 AND `id_shop` = 1 |
0.243
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
502 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3356) |
0.243
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5380
AND image_shop.`cover` = 1 LIMIT 1 |
0.243
ms
|
6 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
554 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3420
AND image_shop.`cover` = 1 LIMIT 1 |
0.241
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
687 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3700
AND image_shop.`cover` = 1 LIMIT 1 |
0.241
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
681 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3699 AND `id_shop` = 1 |
0.241
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
725 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4003
AND image_shop.`cover` = 1 LIMIT 1 |
0.241
ms
|
11 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
611 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3424
AND image_shop.`cover` = 1 LIMIT 1 |
0.241
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
814 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 5776 AND `id_shop` = 1 |
0.240
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
592 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3423
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
649 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3698
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
70 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3421) |
0.239
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
293 |
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM ps_iqitmenulinks l
LEFT JOIN ps_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 2 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1 AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1) |
0.238
ms
|
1 |
|
|
/modules/iqitmegamenu/models/IqitMenuLinks.php:25
/modules/iqitmegamenu/models/IqitMenuLinks.php:30 (gets)
/modules/iqitmegamenu/iqitmegamenu.php:3321 (get)
/modules/iqitmegamenu/iqitmegamenu.php:3366 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
453 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3132 AND `id_shop` = 1 |
0.237
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 22661) |
0.236
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
440 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3132
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52035
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
14 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
763 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5773
AND image_shop.`cover` = 1 LIMIT 1 |
0.236
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
820 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5775
AND image_shop.`cover` = 1 LIMIT 1 |
0.235
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
871 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16485 AND `id_shop` = 1 |
0.233
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
744 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4004
AND image_shop.`cover` = 1 LIMIT 1 |
0.232
ms
|
11 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
464 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3133) |
0.230
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
459 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3133
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
947 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 22656 AND `id_shop` = 1 |
0.230
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54528 AND `id_shop` = 1 |
0.230
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22661
AND image_shop.`cover` = 1 LIMIT 1 |
0.229
ms
|
24 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
782 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5774
AND image_shop.`cover` = 1 LIMIT 1 |
0.229
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3450) |
0.228
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1409 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3245) |
0.228
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 17365) |
0.227
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
757 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 4004 AND `id_shop` = 1 |
0.227
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
421 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3131
AND image_shop.`cover` = 1 LIMIT 1 |
0.227
ms
|
18 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
890 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16486 AND `id_shop` = 1 |
0.226
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3453) |
0.226
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
928 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 22655 AND `id_shop` = 1 |
0.226
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
801 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5776
AND image_shop.`cover` = 1 LIMIT 1 |
0.226
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
567 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3420 AND `id_shop` = 1 |
0.225
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
426 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3131) |
0.225
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
132 |
SELECT SQL_NO_CACHE * FROM `ps_product_feature_pos` WHERE `id_product` = 3421 ORDER BY `position` DESC |
0.225
ms
|
6 |
Yes
|
|
/modules/multifeatures/multifeatures.php:587
/modules/multifeatures/multifeatures.php:182 (getProductFeaturePositions)
/modules/multifeatures/multifeatures.php:216 (getProductFeatures)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 55547
AND image_shop.`cover` = 1 LIMIT 1 |
0.225
ms
|
11 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
996 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 54429) |
0.224
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
445 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3132) |
0.224
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
510 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3356 AND `id_shop` = 1 |
0.223
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
605 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3423 AND `id_shop` = 1 |
0.223
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3706
AND image_shop.`cover` = 1 LIMIT 1 |
0.222
ms
|
21 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 54528) |
0.222
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5380) |
0.221
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17375
AND image_shop.`cover` = 1 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
491 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3135 AND `id_shop` = 1 |
0.220
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/controllers/front/ProductController.php:367 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.219
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/controllers/front/ProductController.php:214 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
529 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3416 AND `id_shop` = 1 |
0.219
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3706) |
0.218
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 55547) |
0.218
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 54429 AND `id_shop` = 1 |
0.217
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1189 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 17375) |
0.217
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1460 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 4008) |
0.217
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1524 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 13 AND `id_object` = 3421 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Page.php:83
/classes/Connection.php:104 (getCurrentId)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22556
AND image_shop.`cover` = 1 LIMIT 1 |
0.216
ms
|
6 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 54361) |
0.216
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3302) |
0.216
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 52035) |
0.215
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 51979) |
0.214
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 22556) |
0.214
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1099 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 53750) |
0.214
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
177 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.214
ms
|
4 |
Yes
|
|
/classes/Currency.php:680
/classes/Currency.php:655 (findAll)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 22547) |
0.213
ms
|
1 |
|
|
/classes/Product.php:3401
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3450
AND image_shop.`cover` = 1 LIMIT 1 |
0.211
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3421 |
0.210
ms
|
18 |
|
|
/classes/Tag.php:229
/classes/Product.php:583 (getProductTags)
/override/classes/Product.php:19 (__construct)
/modules/giftcard/giftcard.php:479 (__construct)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1506 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 18 AND `id_shop` = 1 |
0.210
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
7 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.210
ms
|
10 |
|
|
/classes/Language.php:991
/config/config.inc.php:147 (loadLanguages)
/index.php:29 (require)
|
1455 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 4008
AND image_shop.`cover` = 1 LIMIT 1 |
0.208
ms
|
9 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
159 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
0.207
ms
|
10 |
|
|
/classes/Category.php:2195
/classes/Category.php:1542 (getCategoriesWithoutParent)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 53750
AND image_shop.`cover` = 1 LIMIT 1 |
0.206
ms
|
11 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1387 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3424 |
0.206
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1522 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 340050
AND `date_add` > '2025-09-10 03:44:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.206
ms
|
1 |
Yes
|
|
/classes/Connection.php:163
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.206
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:150 (__construct)
/index.php:29 (require)
|
1181 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3453
AND image_shop.`cover` = 1 LIMIT 1 |
0.204
ms
|
10 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 22547
AND image_shop.`cover` = 1 LIMIT 1 |
0.204
ms
|
6 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1472 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 404 |
0.203
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1485 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 4008 |
0.202
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
12 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.202
ms
|
9 |
|
|
/classes/Language.php:1123
/classes/Language.php:1334 (countActiveLanguages)
/classes/Dispatcher.php:541 (isMultiLanguageActivated)
/classes/Dispatcher.php:238 (setRequestUri)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
114 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Cart.php:4185
/classes/Cart.php:4160 (hasProducts)
/classes/Cart.php:2101 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:327 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1 |
0.200
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1504 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.198
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
343 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3226 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3151 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1331 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22556 |
0.198
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
133 |
SELECT SQL_NO_CACHE * FROM `ps_product_feature_value_pos` WHERE `id_product` = 3421 ORDER BY `position` DESC |
0.198
ms
|
8 |
Yes
|
|
/modules/multifeatures/multifeatures.php:591
/modules/multifeatures/multifeatures.php:182 (getProductFeaturePositions)
/modules/multifeatures/multifeatures.php:216 (getProductFeatures)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1420 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3245 |
0.198
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1517 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "guest-tracking"
OR m.page = "guesttracking"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.198
ms
|
2 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
955 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52417 LIMIT 1 |
0.197
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1338 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 5380 |
0.197
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.197
ms
|
3 |
|
|
/classes/shop/Shop.php:1162
/classes/Configuration.php:220 (isFeatureActive)
/classes/Configuration.php:289 (get)
/classes/shop/Shop.php:380 (getMultiShopValues)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
315 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3226 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3151 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1324 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 51979 |
0.197
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1473 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 404 LIMIT 1 |
0.196
ms
|
7 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
917 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 22655 LIMIT 1 |
0.196
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
62 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3421 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:856
/classes/Product.php:3360 (getDefaultAttribute)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
765 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5773 LIMIT 1 |
0.195
ms
|
2 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
395 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3421 |
0.194
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b9/07/6d/b9076d7ff6a1405adf5cb75d5350272f8c7b6a1a_2.file.product-prices.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24beeb311_96622210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:354 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:389 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:956 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1352 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 52035 |
0.194
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
989 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52418 |
0.193
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3421
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-09-10 00:00:00",
INTERVAL 20 DAY
)
) > 0 |
0.193
ms
|
0 |
|
|
/classes/Product.php:1428
/classes/Product.php:576 (isNew)
/override/classes/Product.php:19 (__construct)
/modules/giftcard/giftcard.php:479 (__construct)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
145 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3421 |
0.193
ms
|
18 |
|
|
/classes/Tag.php:229
/classes/Product.php:583 (getProductTags)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17365
AND image_shop.`cover` = 1 LIMIT 1 |
0.193
ms
|
2 |
|
|
/classes/Product.php:3118
/classes/Product.php:4921 (getCover)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1340 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 5380 |
0.192
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1366 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3453 |
0.192
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
632 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3697 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17375 |
0.191
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (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:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
393 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3421 |
0.191
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b9/07/6d/b9076d7ff6a1405adf5cb75d5350272f8c7b6a1a_2.file.product-prices.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24beeb311_96622210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:354 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:389 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:956 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3302 |
0.190
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1359 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 55547 |
0.190
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1394 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22661 |
0.190
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
61 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3421
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-09-10 00:00:00",
INTERVAL 20 DAY
)
) > 0 |
0.190
ms
|
0 |
|
|
/classes/Product.php:1428
/classes/Product.php:576 (isNew)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
753 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1345 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3450 |
0.190
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1396 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22661 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17365 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22547 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1305 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22547 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1317 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 53750 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1375 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54429 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
143 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 3421 AND `id_shop` = 1 |
0.189
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:559 (__construct)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1380 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54361 |
0.189
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1382 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54361 |
0.188
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
97 |
SELECT SQL_NO_CACHE *
FROM `ps_iqitreviews_products` pr
WHERE pr.`id_product` = 3421 AND pr.`status` = 1
ORDER BY pr.`date_add` DESC |
0.188
ms
|
1 |
Yes
|
|
/modules/iqitreviews/src/IqitProductReview.php:97
/modules/iqitreviews/iqitreviews.php:181 (getByProduct)
/modules/iqitreviews/iqitreviews.php:125 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/src/Adapter/HookManager.php:79 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1034 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1447 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 404 AND pa.`id_product` = 404 AND pa.`id_product_attribute` = 26074 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/Product.php:949
/classes/Product.php:5076 (getAvailableDate)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1373 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54429 |
0.187
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1512 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 7 AND `id_shop` = 1 |
0.186
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1319 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 53750 |
0.186
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3698) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3226 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3151 (transformToLink)
/modules/iqitmegamenu/iqitmegamenu.php:2610 (makeMegaMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
160 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/classes/Category.php:1111 (__construct)
/classes/Category.php:1558 (getRootCategory)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
172 |
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 504
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
0.182
ms
|
5 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
791 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1500 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1 |
0.182
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
905 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
962 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
35 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.181
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (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:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1326 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 51979 |
0.181
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
582 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
111 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.180
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:161 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:89 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:83 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:91 (__construct)
/controllers/front/ProductController.php:1074 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1493 |
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM ps_iqit_link_block cb
INNER JOIN ps_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 26
AND cs.`id_shop` = 1
ORDER BY cb.position ASC |
0.180
ms
|
5 |
Yes
|
|
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1347 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3450 |
0.180
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1421 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3245 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1422 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3245 |
0.180
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:145 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1480 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 404 |
0.179
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
518 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3416 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1487 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 4008 |
0.179
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1298 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17365 |
0.179
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
841 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16484 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1333 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22556 |
0.178
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
867 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
544 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17375 |
0.178
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'cart_default' LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/Image.php:510
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1030 (getSize)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1327 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 51979 |
0.178
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1354 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 52035 |
0.178
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1368 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3453 |
0.178
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
151 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.178
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:327 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3302 |
0.177
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1341 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 5380 |
0.177
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
85 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('51-376' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '51-376')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.177
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3493 (getTaxCalculator)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:3663 (getPriceStatic)
/controllers/front/ProductController.php:246 (getPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1 |
0.177
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1389 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3424 |
0.177
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1361 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 55547 |
0.177
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:146 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
727 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4003 LIMIT 1 |
0.177
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1488 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 4008 |
0.176
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1369 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3453 |
0.176
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1450 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26074) LIMIT 1 |
0.176
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5123 (__construct)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17375 |
0.176
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
936 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 22656 LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
64 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3421 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) LIMIT 1 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
394 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3421 |
0.175
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b9/07/6d/b9076d7ff6a1405adf5cb75d5350272f8c7b6a1a_2.file.product-prices.tpl.php:99 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24beeb311_96622210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:354 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:389 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:956 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
981 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1495 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 3 |
0.175
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
103 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
404 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3129 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
563 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
689 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3700 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1360 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 55547 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
6 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/shop/Shop.php:201
/classes/shop/Shop.php:131 (setUrl)
/classes/shop/Shop.php:411 (__construct)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.173
ms
|
91 |
|
|
/classes/Hook.php:284
/classes/Hook.php:315 (getAllHookAliases)
/classes/Hook.php:725 (getHookAliasesFor)
/classes/Hook.php:798 (getHookModuleExecList)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
556 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3420 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1293 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 17375 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
651 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3698 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1355 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 52035 |
0.171
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
899 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16487
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
734 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
188 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1 |
0.170
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
620 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
537 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3419 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
480 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3135 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1397 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22661 |
0.170
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
750 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4004 AND id_shop=1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1486 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 4008 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1376 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54429 |
0.169
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 17375 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1339 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5380 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
158 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1 |
0.169
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1229 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1388 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3424 LIMIT 1 |
0.169
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
352 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1 |
0.169
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1332 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 22556 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.168
ms
|
1 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1346 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3450 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE cp.`id_category` as id_category
FROM `ps_category_product` cp
WHERE cp.`id_product` = 3421 |
0.168
ms
|
5 |
|
|
/modules/hioutofstocknotification/hioutofstocknotification.php:2132
/modules/hioutofstocknotification/hioutofstocknotification.php:2142 (getProductCategories)
/modules/hioutofstocknotification/hioutofstocknotification.php:2263 (returnHookVal)
/classes/Hook.php:990 (hookDisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1374 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 54429 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
239 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1 |
0.168
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3302 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
860 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16485 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22547 |
0.168
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
677 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1325 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 51979 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1334 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 22556 |
0.168
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
259 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1 |
0.168
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
658 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1353 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 52035 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
848 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
943 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
144 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
WHERE p.id_product = 3421
AND DATEDIFF(
product_shop.`date_add`,
DATE_SUB(
"2025-09-10 00:00:00",
INTERVAL 20 DAY
)
) > 0 |
0.167
ms
|
0 |
|
|
/classes/Product.php:1428
/classes/Product.php:576 (isNew)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1320 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 53750 |
0.167
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
924 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 17365 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
222 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1 |
0.167
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
829 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
575 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3422 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 17365 |
0.167
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3302 |
0.167
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
974 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52418 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1249 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 53750 |
0.167
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1362 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 55547 |
0.167
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
715 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1367 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3453 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1481 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 404 |
0.167
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1381 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 54361 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1482 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 404 LIMIT 1 |
0.167
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 22547 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
411 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1348 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3450 |
0.166
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1423 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3245 |
0.166
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:147 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:292 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1 |
0.166
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
601 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1390 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 3424 |
0.166
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
810 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1395 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 22661 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1383 |
SELECT SQL_NO_CACHE * FROM ps_product WHERE id_product = 54361 |
0.165
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:218 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:863 (findOne)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54361 LIMIT 1 |
0.165
ms
|
4 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
639 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
886 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
696 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 22656) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1318 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 53750 LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/Product.php:2583
/modules/ps_legalcompliance/ps_legalcompliance.php:873 (hasAttributes)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
708 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3701 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
770 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5773 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
822 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5775 LIMIT 1 |
0.164
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3700) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
670 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3699 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
772 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
803 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5776 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
28 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.163
ms
|
4 |
Yes
|
|
/classes/Currency.php:695
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:92 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
594 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3423 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
879 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16486 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
525 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
784 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5774 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
609 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3423 |
0.163
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
487 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 53750 LIMIT 1 |
0.162
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
561 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3420 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
290 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1 |
0.162
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
233 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1 |
0.162
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3419) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3135) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1335 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 22556 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1349 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3450 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
898 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16487 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_product c LEFT JOIN ps_iqit_elementor_product_shop s ON c.id_elementor = s.id_elementor WHERE c.id_product = 3421 AND s.id_shop = 1 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/iqitelementor/src/IqitElementorProduct.php:74
/modules/iqitelementor/iqitelementor.php:550 (getIdByProduct)
/modules/iqitelementor/iqitelementor.php:507 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8b/e5/28/8be5289b05526aacc499a42e0ae675d6c5b57017_2.file.product-tabs-h.tpl.php:45 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8b/e5/28/8be5289b05526aacc499a42e0ae675d6c5b57017_2.file.product-tabs-h.tpl.php:259 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/8b/e5/28/8be5289b05526aacc499a42e0ae675d6c5b57017_2.file.product-tabs-h.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c108b61_00697854)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1024 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
382 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 36) LIMIT 1 |
0.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
281 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1 |
0.161
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
613 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3424 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5773) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
746 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4004 LIMIT 1 |
0.161
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
356 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1 |
0.160
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 42 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Hook.php:222
/classes/Hook.php:867 (getNameById)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3701) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
884 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16486 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4003) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
73 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:6776 (getQuantityAvailableByProduct)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 22655) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
261 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1 |
0.158
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5776) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52418) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
913 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16487 |
0.158
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
875 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16485 |
0.158
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
378 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 43) LIMIT 1 |
0.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1 |
0.158
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3699) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3132) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1384 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 54361 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
284 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 5 AND `id_shop` = 1 |
0.158
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
894 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16486 |
0.157
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16487) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
271 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1 |
0.157
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
799 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5774 |
0.157
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3424) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
533 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3416 |
0.157
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
245 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1 |
0.157
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
837 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5775 |
0.157
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
932 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 22655 |
0.157
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) LIMIT 1 |
0.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1 |
0.157
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1 |
0.157
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
506 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5775) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
265 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1 |
0.156
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
628 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3424 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
228 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1 |
0.156
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
723 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3701 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
951 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 22656 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
970 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52417 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
685 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3699 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
552 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3419 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
856 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16484 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
666 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3698 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16484) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
704 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3700 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 17375 |
0.156
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1424 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3245 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:161 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:297 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b165356_62343492)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:71 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b147c52_27817274)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouse/e9/dd/94/e9dd94f97a77aa129d38521b092ab1fb8898f011_2.module.iqitcrosssellingviewstemp.php:38 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b135ad8_74373604)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitcrossselling/iqitcrossselling.php:148 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
354 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 35) LIMIT 1 |
0.155
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1321 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 53750 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
789 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5774 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1 |
0.155
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3416) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52417) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 22547 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1377 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 54429 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
167 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1 |
0.155
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1239 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1296 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5774) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
780 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5773 |
0.155
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4004) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1508 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1 |
0.155
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
249 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1 |
0.155
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
761 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4004 |
0.155
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
647 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3697 |
0.155
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3422) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
590 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3422 |
0.155
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
485 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3135 LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1489 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 4008 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 17365 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3423) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
422 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3697) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (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:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16486) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16485) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
751 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4004 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
100 |
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 263 AND psgdprl.id_lang =2 LIMIT 1 |
0.154
ms
|
15 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
/modules/psgdpr/psgdpr.php:654 (getConsentMessage)
/classes/Hook.php:990 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/5e/2c/43/5e2c43225c6474cd13af44f54865472f0632719c_2.module.iqitreviewsviewstemplates.php:229 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b7d5b14_87727107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitreviews/iqitreviews.php:131 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/src/Adapter/HookManager.php:79 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1034 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
98 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3421 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:182 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:125 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/src/Adapter/HookManager.php:79 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1034 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1314 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3302 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1398 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 22661 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
742 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4003 |
0.154
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
168 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`id_category` = 45 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Category.php:1569
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1126 (getCategoryName)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:594 (generateRemarketingParameters)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1514 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "identity"
OR m.page = "identity"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1356 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 52035 LIMIT 1 |
0.153
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5380 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
23 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.153
ms
|
91 |
|
|
/classes/Hook.php:336
/classes/Hook.php:141 (getCanonicalHookNames)
/classes/Hook.php:360 (normalizeHookName)
/classes/Hook.php:383 (getAllKnownNames)
/classes/Hook.php:916 (isHookCallableOn)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
194 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1 |
0.153
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 45) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
157 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1229 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
542 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3419 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
241 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1 |
0.153
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1342 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 5380 LIMIT 1 |
0.153
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
358 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 44) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
960 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 52417 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
80 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 3421
AND id_shop = 1 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/ObjectModel.php:1628
/controllers/front/ProductController.php:125 (isAssociatedToShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3420) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
675 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3699 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
903 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16487 LIMIT 1 |
0.153
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
571 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3420 |
0.153
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
43 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (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:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
808 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5776 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
713 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3701 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1328 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 51979 LIMIT 1 |
0.152
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
618 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3424 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
973 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
922 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 22655 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1363 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 55547 LIMIT 1 |
0.152
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
396 |
SELECT SQL_NO_CACHE id_iqitsizechart FROM ps_iqitsizechart_product WHERE id_product = 3421 LIMIT 1 |
0.152
ms
|
2289 |
|
|
/modules/iqitsizecharts/src/IqitSizeCharts.php:363
/modules/iqitsizecharts/iqitsizecharts.php:619 (getChartAssignedToProduct)
/modules/iqitsizecharts/iqitsizecharts.php:543 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
846 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16484 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
364 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 41) LIMIT 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
827 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5775 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1370 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3453 LIMIT 1 |
0.152
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
979 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 52418 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
541 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3419 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
959 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52417 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1499 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
818 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5776 |
0.151
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
941 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 22656 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1 |
0.151
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
599 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3423 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1391 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 3424 LIMIT 1 |
0.151
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:193 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:148 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:162 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:298 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/39/d3/1a/39d31a599d73c039735add7bd5dc7a2a3a72c0ba_2.module.pscategoryproductsviewste.cache.php:45 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24cc4e996_15153966)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_categoryproducts/ps_categoryproducts.php:258 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
580 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3422 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
235 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1 |
0.150
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
593 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
712 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3701 AND id_shop=1 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
370 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 37) LIMIT 1 |
0.150
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
861 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16485
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
161 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`id_category` = 45 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Category.php:1569
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
165 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1 |
0.150
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1290 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
637 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3697 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
171 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.150
ms
|
4 |
|
|
/classes/Currency.php:1099
/classes/Currency.php:1116 (countActiveCurrencies)
/classes/module/Module.php:2416 (isMultiCurrencyActivated)
/modules/iqitlinksmanager/iqitlinksmanager.php:148 (getCacheId)
/modules/iqitlinksmanager/iqitlinksmanager.php:115 (getCacheId)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
865 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16485 LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
48 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:246 (getCurrent)
/classes/Cart.php:219 (setTaxCalculationMethod)
/classes/controller/FrontController.php:416 (__construct)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
63 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/SpecificPrice.php:410
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
360 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 23) LIMIT 1 |
0.149
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1516 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "history"
OR m.page = "history"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
732 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4003 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
576 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3422
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
523 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3416 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1469 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 4008 |
0.148
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
694 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3700 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
278 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1 |
0.148
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
479 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
785 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5774
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1406 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3245 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
826 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5775 AND id_shop=1 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
66 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-10 00:00:00' AND '2025-09-10 23:59:59' LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:361
/classes/SpecificPrice.php:532 (computeExtraConditions)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1 |
0.147
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1 |
0.147
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
286 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1 |
0.147
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
656 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3698 LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
10 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.147
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:203 (__construct)
/index.php:29 (require)
|
446 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3132 AND id_shop=1 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
614 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3424
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
190 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1 |
0.146
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
150 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedcookiebanner" LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2310 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:386 (isInstalled)
/modules/facebookproductad/lib/moduleTools.php:1692 (isInstalled)
/modules/facebookproductad/lib/hook/hookDisplay.php:141 (getConsentStatus)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52035 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54528 |
0.145
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 51979 LIMIT 1 |
0.145
ms
|
2 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
372 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 50) LIMIT 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
499 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3356 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
878 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 55547 LIMIT 1 |
0.145
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1413 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
574 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
674 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3699 AND id_shop=1 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1520 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` c
JOIN `ps_cms_lang` cl ON c.`id_cms`= cl.`id_cms`
WHERE c.`id_cms` = 16
AND cl.`id_lang` = 2
AND cl.`id_shop` = 1
LIMIT 0 , 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/CMS/CMSRepository.php:76 (select)
/modules/ps_legalcompliance/ps_legalcompliance.php:592 (i10nFindOneById)
/classes/Hook.php:990 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.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/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
368 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 38) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
366 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 31) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
94 |
SELECT SQL_NO_CACHE GROUP_CONCAT(a.`id_product_pack`)
FROM `ps_pack` a
WHERE a.`id_product_item` = 3421 LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Pack.php:401
/controllers/front/ProductController.php:333 (getPacksTable)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1 |
0.143
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 17375
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
468 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
347 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2612 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 17375 LIMIT 1 |
0.143
ms
|
2 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1 |
0.143
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
192 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1 |
0.143
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
859 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
374 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1515 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "addresses"
OR m.page = "addresses"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Meta.php:189
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:118 (getMetaByPage)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:46 (makeStaticLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
669 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 30) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
156 |
SELECT SQL_NO_CACHE DISTINCT pl.name as name
FROM `ps_product_lang` pl
WHERE (pl.id_product = 3421) AND (pl.id_lang = 2 AND pl.id_shop = 1 ) LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Product.php:6650
/modules/cdc_googletagmanager/services/Gtm_Product.php:174 (getProductName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:78 (getProductName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1452 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 404 |
0.143
ms
|
7 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_viewedproduct/ps_viewedproduct.php:287 (present)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
783 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1 |
0.142
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
275 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1 |
0.142
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 18 AND `id_shop` = 1 |
0.142
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
804 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5776
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
484 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3135 AND id_shop=1 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
430 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
555 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1290 (__construct)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
280 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
481 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3135
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
224 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 63 AND `id_shop` = 1 |
0.142
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
292 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1 |
0.142
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
384 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 46) LIMIT 1 |
0.142
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
269 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1 |
0.141
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
766 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5773
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1 |
0.141
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 21 AND `id_shop` = 1 |
0.141
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
728 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4003
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
764 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
745 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
954 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
442 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3132 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
376 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/override/classes/Manufacturer.php:59 (__construct)
/classes/Link.php:638 (__construct)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:196 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
423 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3131 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
536 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
864 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16485 AND id_shop=1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
519 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3416
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
902 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16487 AND id_shop=1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
788 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5774 AND id_shop=1 LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
918 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 22655
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
935 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:2443 (getQuantityAvailableByProduct)
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
956 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 52417
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
263 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1 |
0.140
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
707 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8 AND `id_shop` = 1 |
0.140
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 22661 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
916 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
517 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
255 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1 |
0.140
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
978 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52418 AND id_shop=1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
883 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16486 AND id_shop=1 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
557 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3420
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
631 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.140
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1 |
0.140
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
821 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3453 LIMIT 1 |
0.139
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
178 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
191 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
495 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3135 |
0.139
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
688 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
975 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 52418
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1 |
0.139
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
202 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1 |
0.139
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54528 LIMIT 1 |
0.139
ms
|
2 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1433 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 26074 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Combination.php:462
/classes/Product.php:4942 (getPrice)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1 |
0.139
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 19 AND `id_shop` = 1 |
0.139
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
538 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3419
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:196 (cacheMainDomainForShop)
/classes/Tools.php:323 (getMainShopDomain)
/classes/Link.php:58 (getShopDomain)
/override/classes/Link.php:37 (__construct)
/config/config.inc.php:242 (__construct)
/index.php:29 (require)
|
243 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1 |
0.139
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 68 AND `id_shop` = 1 |
0.139
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
726 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
514 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3356 |
0.138
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
230 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
633 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3697
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
579 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3422 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
636 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3697 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
652 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3698
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
208 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1 |
0.138
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1 |
0.138
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
201 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
461 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3133 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
940 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 22656 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
617 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3424 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
731 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4003 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
438 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3131 |
0.138
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
842 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16484
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
203 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) LIMIT 1 |
0.138
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
671 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3699
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
802 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
251 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1 |
0.138
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
598 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3423 AND id_shop=1 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1434 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 404 LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
218 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1 |
0.138
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
612 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
650 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pshowtaxnumber" LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2334 (getModuleIdByName)
/modules/pshowlazyimg/vendor/prestashow/presta-core/Model/AbstractModule.php:120 (isEnabled)
/modules/pshowlazyimg/vendor/prestashow/presta-core/Model/AbstractModule.php:88 (runMigrations)
/modules/pshowtaxnumber/src/Module.php:44 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/tax/TaxManagerFactory.php:71 (getInstanceByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5893 (getManager)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
693 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3700 AND id_shop=1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
560 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3420 AND id_shop=1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1283 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3424 |
0.137
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
45 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:357 (setCurrency)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
840 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
937 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 22656
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1 |
0.137
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
880 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16486
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
690 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3700
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
134 |
SELECT SQL_NO_CACHE * FROM `ps_product_feature_pos` WHERE `id_product` = 3421 ORDER BY `position` DESC |
0.137
ms
|
6 |
Yes
|
|
/modules/multifeatures/multifeatures.php:587
/modules/multifeatures/multifeatures.php:217 (getProductFeaturePositions)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
807 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5776 AND id_shop=1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
921 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 22655 AND id_shop=1 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
419 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3129 |
0.136
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3356) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 17365 LIMIT 1 |
0.136
ms
|
2 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
823 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5775
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Image.php:510
/modules/iqitmegamenu/iqitmegamenu.php:2605 (getSize)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
270 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1 |
0.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 5380 |
0.136
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
595 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3423
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
457 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3132 |
0.136
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
845 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16484 AND id_shop=1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
897 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
709 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3701
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
993 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54429 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
135 |
SELECT SQL_NO_CACHE * FROM `ps_product_feature_value_pos` WHERE `id_product` = 3421 ORDER BY `position` DESC |
0.135
ms
|
8 |
Yes
|
|
/modules/multifeatures/multifeatures.php:591
/modules/multifeatures/multifeatures.php:217 (getProductFeaturePositions)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
476 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3133 |
0.135
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
769 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5773 AND id_shop=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
747 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4004
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 51979 |
0.135
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3133) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
127 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:443 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1641 (generateAddress)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
522 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3416 AND id_shop=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
655 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3698 AND id_shop=1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1 |
0.135
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
166 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1239 (__construct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1296 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:112 (getPageCategoryNameHierarchy)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3131) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1418 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3245 |
0.134
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/iqitcrossselling/iqitcrossselling.php:242 (present)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
289 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 22547 LIMIT 1 |
0.134
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1442 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1523 |
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'product' LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:104 (getCurrentId)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
272 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 43 |
0.133
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5894 (getTaxCalculator)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
266 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
197 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
84 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3421 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Pack.php:85
/controllers/front/ProductController.php:233 (isPack)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
238 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1 |
0.133
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
207 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3302 |
0.132
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1445 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5072 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
500 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3356
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
136 |
SELECT SQL_NO_CACHE * FROM `ps_product_feature_pos`
WHERE `id_product` = 3421 ORDER BY `position` DESC |
0.132
ms
|
6 |
Yes
|
|
/modules/multifeatures/multifeatures.php:221
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
260 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1 |
0.132
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 22661 |
0.132
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2334 (getModuleIdByName)
/classes/controller/FrontController.php:1573 (isEnabled)
/classes/controller/FrontController.php:1680 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1253 (getTemplateVarPage)
/classes/controller/FrontController.php:505 (getTemplateVarPage)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5380) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 22556 LIMIT 1 |
0.131
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
250 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1457 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4008 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
262 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
93 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 3421 |
0.131
ms
|
1 |
|
|
/classes/Pack.php:160
/classes/Pack.php:131 (getItems)
/classes/Product.php:5732 (noPackPrice)
/controllers/front/ProductController.php:331 (getNoPackPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
256 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1464 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
14 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.131
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:646 (__construct)
/classes/Dispatcher.php:242 (switchLanguage)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
246 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5072 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3450 LIMIT 1 |
0.130
ms
|
3 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
205 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 42 |
0.130
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3466 (getTaxCalculator)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
180 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
236 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 4 |
0.130
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE `id_order`
FROM `ps_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/order/Order.php:1211
/classes/order/Order.php:1192 (getIdByCartId)
/classes/Product.php:3810 (getByCartId)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1270 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 55547 |
0.130
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
225 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
447 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3132 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
223 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3129) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54361) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
217 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) LIMIT 1 |
0.130
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 53750 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
221 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3302 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
428 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3131 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 22547 |
0.129
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 22661) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
466 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3133 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
83 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.129
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185 (getModuleIdByName)
/src/Core/Addon/Module/ModuleManager.php:582 (isInstalled)
/controllers/front/ProductController.php:218 (isInstalled)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
67 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-10 00:00:00' AND '2025-09-10 23:59:59' LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:365
/classes/SpecificPrice.php:532 (computeExtraConditions)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
215 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
182 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
248 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
389 |
SELECT SQL_NO_CACHE id_productvideo FROM ps_iqit_productvideo WHERE id_product = 3421 LIMIT 1 |
0.128
ms
|
1603 |
|
|
/modules/iqitextendedproduct/src/IqitProductVideo.php:73
/modules/iqitextendedproduct/iqitextendedproduct.php:287 (getIdByProduct)
/modules/iqitextendedproduct/iqitextendedproduct.php:266 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:177 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:228 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:947 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1503 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
504 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3356 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
252 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3706 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/SpecificPrice.php:419
/classes/SpecificPrice.php:507 (couldHaveSpecificPrice)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "giftcard" LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2310 (getModuleIdByName)
/override/controllers/front/ProductController.php:24 (isInstalled)
/controllers/front/ProductController.php:1039 (addProductCustomizationData)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 45 AND ctg.`id_group` = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Category.php:1700
/classes/Category.php:967 (checkAccess)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
349 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
264 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
258 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1 |
0.128
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:160 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3428 (__construct)
/modules/iqitmegamenu/iqitmegamenu.php:3462 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:3353 (generateCategoriesMenu)
/modules/iqitmegamenu/iqitmegamenu.php:2608 (makeMenuMobile)
/modules/iqitmegamenu/iqitmegamenu.php:2572 (_prepareHook)
/modules/iqitmegamenu/iqitmegamenu.php:2556 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1507 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52035 |
0.127
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54429 |
0.127
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1198 (present)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
49 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.127
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:246 (getCurrent)
/classes/Cart.php:219 (setTaxCalculationMethod)
/classes/controller/FrontController.php:416 (__construct)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
405 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3129
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3450 |
0.127
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54429 |
0.127
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.127
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:357 (setCurrency)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1505 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 18) LIMIT 1 |
0.127
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2 |
0.127
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 22556 |
0.126
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
110 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3421 |
0.126
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:91 (__construct)
/controllers/front/ProductController.php:1074 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
141 |
SELECT SQL_NO_CACHE id_order
FROM `ps_orders` o
WHERE (o.id_cart=0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/modules/facebookproductad/lib/dao/moduleDao.php:360
/modules/facebookproductad/lib/moduleTools.php:1520 (getOrderIdFromCart)
/modules/facebookproductad/lib/hook/hookDisplay.php:115 (getOrderIdForPaypox)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 55547) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
403 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3302
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 22556 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
128 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
0.126
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:443 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1641 (generateAddress)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
994 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 54429
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1501 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_subscription" LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2310 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:386 (isInstalled)
/modules/facebookproductad/facebookproductad.php:146 (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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
122 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 45 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:589 (getLinkRewrite)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:170 (getProductObject)
/classes/Link.php:1191 (getProductLink)
/classes/controller/FrontController.php:2010 (getLanguageLink)
/classes/controller/FrontController.php:1527 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1624 (getTemplateVarUrls)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
21 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 179
AND `id_module` = 179
AND `id_shop` = 1 |
0.125
ms
|
1 |
|
|
/classes/Hook.php:549
/classes/module/Module.php:2362 (isModuleRegisteredOnHook)
/modules/ph_simpleblog/ph_simpleblog.php:123 (isRegisteredInHook)
: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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
409 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3129 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
51 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2244
/classes/Hook.php:872 (getExceptionsStatic)
/classes/controller/FrontController.php:1409 (exec)
/classes/controller/FrontController.php:1310 (getTemplateFile)
/controllers/front/ProductController.php:99 (setTemplate)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1511 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 7) LIMIT 1 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1280 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54361 |
0.125
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
441 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 3453 |
0.124
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 42) LIMIT 1 |
0.124
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3466 (getTaxCalculator)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:757
/classes/Product.php:6777 (outOfStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/giftcard/giftcard.php:479 (__construct)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3453) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
503 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3356 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54429) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 22556) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
460 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 17375) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52035) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 17365 |
0.122
ms
|
1 |
|
|
/classes/Product.php:2510
/src/Adapter/Image/ImageRetriever.php:71 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:605 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:107 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:56 (__construct)
/modules/ps_categoryproducts/ps_categoryproducts.php:319 (present)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1509 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
0.122
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:78 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:50 (makeCmsPageLink)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:35 (makeLinks)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 51979) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
498 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 43) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5894 (getTaxCalculator)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
391 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "braintreeofficial" LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2334 (getModuleIdByName)
/modules/paypal/paypal.php:2813 (isEnabled)
/modules/paypal/paypal.php:1417 (isShowShortcut)
/modules/paypal/paypal.php:626 (displayShortcutButton)
/classes/Hook.php:990 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:177 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:228 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:947 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3450) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4008) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
68 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3421
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 53750) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3302) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
99 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 263 LIMIT 1 |
0.121
ms
|
15 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
/modules/psgdpr/psgdpr.php:650 (getConsentActive)
/classes/Hook.php:990 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/5e/2c/43/5e2c43225c6474cd13af44f54865472f0632719c_2.module.iqitreviewsviewstemplates.php:229 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b7d5b14_87727107)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitreviews/iqitreviews.php:131 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/src/Adapter/HookManager.php:79 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1034 (present)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54528) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 22547) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3706) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
998 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54429 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.120
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3245) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
465 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3133 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 17365) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:3805 (getQuantityAvailableByProduct)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
22 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 182
AND `id_module` = 179
AND `id_shop` = 1 |
0.120
ms
|
1 |
|
|
/classes/Hook.php:549
/classes/module/Module.php:2362 (isModuleRegisteredOnHook)
/modules/ph_simpleblog/ph_simpleblog.php:127 (isRegisteredInHook)
: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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/Dispatcher.php:596 (exec)
/classes/Dispatcher.php:249 (loadRoutes)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
1519 |
SELECT SQL_NO_CACHE * FROM ps_cms_role WHERE name = 'LEGAL_SHIP_PAY' |
0.120
ms
|
1 |
|
|
/src/Adapter/Database.php:48
/src/Core/Foundation/Database/EntityRepository.php:195 (select)
/src/Core/Foundation/Database/EntityRepository.php:75 (doFind)
/modules/ps_legalcompliance/ps_legalcompliance.php:586 (__call)
/classes/Hook.php:990 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.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/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Currency.php:866
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1461 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4008 AND id_shop=1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.119
ms
|
10 |
|
|
/classes/Language.php:790
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1458 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4008
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3706 AND id_shop=1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1430 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 66 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:4936 (getLinkRewrite)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
408 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3129 AND id_shop=1 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54361 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 54528 LIMIT 1 |
0.119
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
146 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:757
/classes/Product.php:6777 (outOfStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 52035 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
388 |
SELECT SQL_NO_CACHE id_threesixty FROM ps_iqit_threesixty WHERE id_product = 3421 LIMIT 1 |
0.118
ms
|
1 |
|
|
/modules/iqitextendedproduct/src/IqitThreeSixty.php:73
/modules/iqitextendedproduct/iqitextendedproduct.php:275 (getIdByProduct)
/modules/iqitextendedproduct/iqitextendedproduct.php:266 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:177 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:228 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:947 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
427 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3131 AND id_shop=1 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:128 (__construct)
/classes/shop/Shop.php:411 (__construct)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
1476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:2443 (getQuantityAvailableByProduct)
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
462 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3133
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3706 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
183 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3 |
0.118
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1052 (__construct)
/classes/Currency.php:745 (getCurrencyInstance)
/classes/Currency.php:655 (addCldrDatasToCurrency)
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:127 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:172 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
77 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 45 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:589 (getLinkRewrite)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 17375 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 22547 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1462 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 4008 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5380 AND id_shop=1 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
424 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3131
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 5380 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 51979 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1492 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 713 LIMIT 1 |
0.117
ms
|
1 |
|
|
/classes/Hook.php:222
/classes/Hook.php:867 (getNameById)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3450 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 55547 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1440 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 404 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3453 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1404 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 26 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:4936 (getLinkRewrite)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 17365 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 22661 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3302 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54528 AND id_shop=1 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1436 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 404
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE card_value, value_type
FROM `ps_gift_card`
Where id_product = 3421
ORDER BY id_product LIMIT 1 |
0.115
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:536
/modules/giftcard/giftcard.php:487 (getCardValue)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1411 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3245 LIMIT 1 |
0.115
ms
|
1 |
|
|
/classes/Pack.php:85
/classes/Product.php:3802 (isPack)
/classes/Product.php:5062 (getQuantity)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
992 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.114
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1 |
0.114
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/classes/Product.php:567 (getNameById)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1497 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 4 |
0.113
ms
|
10 |
|
|
/src/Adapter/EntityMapper.php:82
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
86 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/Category.php:1919
/classes/Category.php:1943 (getInterval)
/controllers/front/ProductController.php:786 (inShop)
/controllers/front/ProductController.php:299 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
443 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3132
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.113
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 283 AND `id_shop` = 1 LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/module/Module.php:2335
/classes/controller/FrontController.php:1573 (isEnabled)
/classes/controller/FrontController.php:1680 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1253 (getTemplateVarPage)
/classes/controller/FrontController.php:505 (getTemplateVarPage)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:2443 (getQuantityAvailableByProduct)
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 51979
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.112
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
997 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54429 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 53750
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
124 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 45 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Category.php:1369
/classes/Product.php:589 (getLinkRewrite)
/override/classes/Product.php:19 (__construct)
/classes/Link.php:106 (__construct)
/classes/Link.php:170 (getProductObject)
/classes/Link.php:1191 (getProductLink)
/classes/controller/FrontController.php:2010 (getLanguageLink)
/classes/controller/FrontController.php:1527 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1624 (getTemplateVarUrls)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52035 AND id_shop=1 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1456 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:785
/classes/Product.php:6779 (getLocation)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/giftcard/giftcard.php:479 (__construct)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1498 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 26) LIMIT 1 |
0.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
102 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/controllers/front/ProductController.php:1037 (getProductProperties)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1521 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.111
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:990 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:540 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:155 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
34 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
0.111
ms
|
1 |
|
|
/classes/Currency.php:866
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 54361
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.110
ms
|
2 |
|
|
/classes/shop/Shop.php:1163
/classes/Configuration.php:220 (isFeatureActive)
/classes/Configuration.php:289 (get)
/classes/shop/Shop.php:380 (getMultiShopValues)
/config/config.inc.php:121 (initialize)
/index.php:29 (require)
|
1159 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 52035
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5380
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 55547
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3450 AND id_shop=1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 51979 AND id_shop=1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54361 AND id_shop=1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
154 |
SELECT SQL_NO_CACHE `value_type`
FROM `ps_gift_card`
WHERE id_product = 3421 LIMIT 1 |
0.109
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:167
/modules/giftcard/giftcard.php:418 (getGiftCardType)
/classes/Hook.php:990 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 55547 AND id_shop=1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
74 |
SELECT SQL_NO_CACHE out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:757
/classes/Product.php:6777 (outOfStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3450
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3706
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1439 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 404 AND id_shop=1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 54528
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1176 (assembleProduct)
/modules/pdrelatedproductpro1/pdrelatedproductpro1.php:1021 (assemblyProductRelated1)
/classes/Hook.php:990 (hookDisplayCustomPdRelatedProductsPro1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/13/79/ee/1379ee4caae823741faa19747c91e18884efdcec_2.file.product-variants.tpl.php:150 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bf28667_41071759)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:432 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:552 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
32 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.109
ms
|
10 |
|
|
/classes/Language.php:790
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:119 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Country.php:274
/src/Core/Addon/Module/ModuleManagerBuilder.php:254 (getIsoById)
/src/Core/Addon/Module/ModuleManagerBuilder.php:172 (getCountryIso)
/src/Core/Addon/Module/ModuleManagerBuilder.php:87 (__construct)
/controllers/front/ProductController.php:215 (getInstance)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3453 AND id_shop=1 LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.109
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:2443 (getQuantityAvailableByProduct)
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1518 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 759 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Hook.php:222
/classes/Hook.php:867 (getNameById)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 22556
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
38 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Currency.php:866
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 22556 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 22661
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
147 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:732
/classes/Product.php:6778 (dependsOnStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
71 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3421 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:581 (getPriceStatic)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 45 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.108
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:549 (__construct)
/config/config.inc.php:174 (getGroup)
/index.php:29 (require)
|
1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 404) AND (id_product_attribute = 26079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:441
/classes/Product.php:2443 (getQuantityAvailableByProduct)
/modules/ps_legalcompliance/ps_legalcompliance.php:875 (getAttributeCombinations)
/classes/Hook.php:990 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:135 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:293 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/6f/04/a7/6f04a786a8c9c4da0f339edecab25e7616165132_2.file.product-miniature-2.tpl.cache.php:35 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b346b67_52383032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:72 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouse/ad/ae/cd/adaecdff960a83153b9cc7b4f3e498fc6fb4d2f6_2.file.product.tpl.cache.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b32a3f1_62722043)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/27/d1/6a/27d16a43ec328078374eaa2891a2b3bb0d0752c3_2.module.psviewedproductviewstempl.cache.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3119a0_26206173)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/ps_viewedproduct/ps_viewedproduct.php:210 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1407 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3245
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
42 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Currency.php:866
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 53750 AND id_shop=1 LIMIT 1 |
0.108
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3453
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1 |
0.107
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 17365 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1410 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3245 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 22547 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 17375 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3302 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:732
/classes/Product.php:6778 (dependsOnStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/giftcard/giftcard.php:479 (__construct)
/classes/Hook.php:990 (hookdisplayProductButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/f6/bc/37/f6bc37b01a116f608b5d0093cc5406ae5285831f_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24c0b1b16_14017558)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:528 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:586 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:975 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 22547
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 22661 AND id_shop=1 LIMIT 1 |
0.107
ms
|
1 |
|
|
/classes/Product.php:5871
/classes/Product.php:3465 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
140 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.107
ms
|
8 |
|
|
/classes/ImageType.php:147
/classes/ImageType.php:204 (getByNameNType)
/modules/facebookproductad/conf/moduleConfiguration.php:606 (getFormattedName)
/modules/facebookproductad/lib/moduleTools.php:70 (getConfVar)
/modules/facebookproductad/facebookproductad.php:160 (getConfiguration)
: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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 10 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/Hook.php:222
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
125 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.106
ms
|
1 |
|
|
/classes/AddressFormat.php:676
/classes/AddressFormat.php:638 (getFormatDB)
/classes/AddressFormat.php:623 (getFormat)
/classes/AddressFormat.php:567 (getAddressCountryFormat)
/classes/AddressFormat.php:442 (getOrderedAddressFields)
/classes/controller/FrontController.php:1641 (generateAddress)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1494 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 3) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
153 |
SELECT SQL_NO_CACHE `id_product`
FROM `ps_gift_card` WHERE id_product = 3421 LIMIT 1 |
0.106
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:114
/modules/giftcard/giftcard.php:378 (isExists)
/classes/Hook.php:990 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 17365
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/SpecificPrice.php:249
/classes/SpecificPrice.php:229 (getPriority)
/classes/SpecificPrice.php:549 (_getScoreQuery)
/classes/Product.php:3370 (getSpecificPrice)
/classes/Product.php:3259 (priceCalculation)
/classes/Product.php:4955 (getPriceStatic)
/override/classes/Product.php:162 (getProductProperties)
/classes/Product.php:5165 (getProductProperties)
/override/classes/Product.php:278 (getProductsProperties)
/classes/Category.php:1067 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:79 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/ps_categoryproducts/ps_categoryproducts.php:290 (runQuery)
/modules/ps_categoryproducts/ps_categoryproducts.php:217 (getCategoryProducts)
/modules/ps_categoryproducts/ps_categoryproducts.php:247 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 504) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php:33 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:135 (present)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:155 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pm_advancedpack" LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2310 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:386 (isInstalled)
/modules/facebookproductad/facebookproductad.php:147 (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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `id_product`
FROM `ps_gift_card` WHERE id_product = 3421 LIMIT 1 |
0.105
ms
|
1 |
|
|
/modules/giftcard/models/Gift.php:114
/override/controllers/front/ProductController.php:26 (isExists)
/controllers/front/ProductController.php:1039 (addProductCustomizationData)
/controllers/front/ProductController.php:351 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.105
ms
|
10 |
|
|
/classes/Language.php:790
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:119 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
149 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1
AND cl.`id_category` = 45 LIMIT 1 |
0.104
ms
|
0 |
|
|
/classes/Category.php:1369
/classes/Product.php:589 (getLinkRewrite)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `price_display_method`
FROM `ps_group`
WHERE `id_group` = 3 LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/Group.php:174
/controllers/front/ProductController.php:537 (getPriceDisplayMethod)
/controllers/front/ProductController.php:301 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
371 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 50
AND `active` = 1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
367 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 38
AND `active` = 1 LIMIT 1 |
0.103
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
129 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.103
ms
|
1 |
|
|
/classes/ObjectModel.php:1491
/classes/ObjectModel.php:1523 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1454 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:509 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.103
ms
|
10 |
|
|
/classes/Language.php:790
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
148 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.103
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:785
/classes/Product.php:6779 (getLocation)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/modules/facebookproductad/lib/pixel/pixelProduct.php:49 (__construct)
/modules/facebookproductad/lib/pixel/basePixel.php:277 (__construct)
/modules/facebookproductad/lib/moduleTools.php:1485 (get)
/modules/facebookproductad/lib/hook/hookDisplay.php:138 (buildDynDisplayTag)
:undefined (displayHeader)
/modules/facebookproductad/lib/hook/hookDisplay.php:56 (call_user_func_array)
/modules/facebookproductad/lib/hook/hookController.php:56 (run)
/modules/facebookproductad/facebookproductad.php:340 (run)
/modules/facebookproductad/facebookproductad.php:288 (_execHook)
/classes/Hook.php:990 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
375 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 17
AND `active` = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
75 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.102
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:732
/classes/Product.php:6778 (dependsOnStock)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1496 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 4) LIMIT 1 |
0.102
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlock.php:43 (__construct)
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:178 (__construct)
/modules/iqitlinksmanager/iqitlinksmanager.php:131 (getByIdHook)
/modules/iqitlinksmanager/iqitlinksmanager.php:117 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/2b/8c/e7/2b8ce740a674a1e9dd5f7e15fe966a12b6feebb1_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3c5bd6_82262764)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/d9/ec/01/d9ec019ede25e65d53179a572f6db5e06f975b64_2.file.footer.tpl.php:51 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24b3b58b0_52806587)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:506 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:142 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
13 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.102
ms
|
10 |
|
|
/classes/Language.php:761
/classes/Tools.php:632 (getIdByIso)
/classes/Dispatcher.php:242 (switchLanguage)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
351 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1 |
0.102
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "btfacebookchats" LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2820
/classes/module/Module.php:2310 (getModuleIdByName)
/modules/facebookproductad/lib/moduleTools.php:386 (isInstalled)
/modules/facebookproductad/facebookproductad.php:148 (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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/Hook.php:904 (getInstanceByName)
/classes/controller/FrontController.php:575 (exec)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
57 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 356 AND `id_shop` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/classes/module/Module.php:2335
/modules/pshowlazyimg/vendor/prestashow/presta-core/Model/AbstractModule.php:120 (isEnabled)
/modules/pshowlazyimg/vendor/prestashow/presta-core/Model/AbstractModule.php:88 (runMigrations)
/modules/pshowtaxnumber/src/Module.php:44 (__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:65 (make)
/classes/module/Module.php:1162 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1141 (coreLoadModule)
/classes/tax/TaxManagerFactory.php:71 (getInstanceByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5893 (getManager)
/classes/Product.php:574 (getTaxesRate)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
390 |
SELECT SQL_NO_CACHE *
FROM `ps_iqit_productvideo` a
WHERE (a.`id_productvideo` = 93) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:75
/classes/ObjectModel.php:264 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/iqitextendedproduct/src/IqitProductVideo.php:37 (__construct)
/modules/iqitextendedproduct/iqitextendedproduct.php:288 (__construct)
/modules/iqitextendedproduct/iqitextendedproduct.php:266 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:177 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:228 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:947 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
353 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 35
AND `active` = 1 LIMIT 1 |
0.101
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
76 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 3421) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.100
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:785
/classes/Product.php:6779 (getLocation)
/classes/Product.php:585 (loadStockData)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1431 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 66 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/ps_viewedproduct/ps_viewedproduct.php:286 (assembleProduct)
/modules/ps_viewedproduct/ps_viewedproduct.php:219 (getViewedProducts)
/modules/ps_viewedproduct/ps_viewedproduct.php:201 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.099
ms
|
10 |
|
|
/classes/Language.php:790
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:119 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
1405 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 26 LIMIT 1 |
0.099
ms
|
1 |
|
|
/classes/Product.php:4937
/override/classes/Product.php:162 (getProductProperties)
/classes/ProductAssembler.php:112 (getProductProperties)
/modules/iqitcrossselling/iqitcrossselling.php:241 (assembleProduct)
/modules/iqitcrossselling/iqitcrossselling.php:108 (getOrderProducts)
/modules/iqitcrossselling/iqitcrossselling.php:139 (getWidgetVariables)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:744 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:1059 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
87 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 45
AND id_shop = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/ObjectModel.php:1628
/controllers/front/ProductController.php:786 (isAssociatedToShop)
/controllers/front/ProductController.php:299 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.098
ms
|
10 |
|
|
/classes/Language.php:790
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.098
ms
|
10 |
|
|
/classes/Language.php:790
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:119 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
47 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/ObjectModel.php:1628
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:357 (setCurrency)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 44
AND `active` = 1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
383 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 46
AND `active` = 1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
379 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 30
AND `active` = 1 LIMIT 1 |
0.097
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
50 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/ObjectModel.php:1628
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:246 (getCurrent)
/classes/Cart.php:219 (setTaxCalculationMethod)
/classes/controller/FrontController.php:416 (__construct)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
355 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 19
AND `active` = 1 LIMIT 1 |
0.096
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
359 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 23
AND `active` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
361 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 18
AND `active` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
365 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 31
AND `active` = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
15 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/ObjectModel.php:1628
/classes/Tools.php:647 (isAssociatedToShop)
/classes/Dispatcher.php:242 (switchLanguage)
/classes/Dispatcher.php:207 (__construct)
/index.php:30 (getInstance)
|
392 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.095
ms
|
0 |
|
|
/classes/module/Module.php:2335
/modules/paypal/paypal.php:2813 (isEnabled)
/modules/paypal/paypal.php:1417 (isShowShortcut)
/modules/paypal/paypal.php:626 (displayShortcutButton)
/classes/Hook.php:990 (hookDisplayAfterProductThumbs)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:177 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:208 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:228 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:947 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:108 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
363 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 41
AND `active` = 1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
373 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
385 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 45
AND `active` = 1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
369 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 37
AND `active` = 1 LIMIT 1 |
0.094
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
169 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Category.php:1575
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1126 (getCategoryName)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:594 (generateRemarketingParameters)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
37 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.093
ms
|
10 |
|
|
/classes/Language.php:790
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:106 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:90 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:94 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:110 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:97 (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:196 (getLocale)
/classes/controller/FrontController.php:283 (init)
/override/classes/controller/FrontController.php:8 (init)
/controllers/front/ProductController.php:93 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
381 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 36
AND `active` = 1 LIMIT 1 |
0.093
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
162 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Category.php:1575
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1257 (getParentsCategories)
/modules/cdc_googletagmanager/classes/gtm/DataLayerProduct.php:107 (getCategoryName)
/modules/cdc_googletagmanager/classes/gtm_ga4/DataLayerItem.php:45 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:77 (__construct)
/modules/cdc_googletagmanager/classes/DataLayer.php:67 (addItemGa4)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:1608 (addItem)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:956 (datalayerPageProduct)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:591 (generateEnhancedEcommerce)
/classes/Hook.php:990 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:414 (coreCallHook)
/classes/Hook.php:927 (callHookOn)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:258 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:364 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:189 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/e6/7a/5c/e67a5c015e64554d500548f905ad47388e510d24_2.file.head.tpl.php:47 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bad21b1_44919379)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:194 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
377 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 43
AND `active` = 1 LIMIT 1 |
0.092
ms
|
1 |
|
|
/override/classes/Manufacturer.php:44
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:191 (getNameById)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.cache.php:275 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bdb6d73_55493769)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383 (render)
/var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.cache.php:244 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bd36e43_85854878)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php:38 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php:143 (updateCache)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:211 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2480 (fetch)
/modules/iqitmegamenu/iqitmegamenu.php:2558 (fetch)
/classes/Hook.php:995 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:947 (coreRenderWidget)
/config/smarty.config.inc.php:165 (exec)
/classes/Smarty/SmartyLazyRegister.php:83 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/7b/b0/98/7bb09866829ac0f3b1b17f5a7191666e1af4e257_2.file.header-2.tpl.php:224 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb91125_19926058)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:222 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/79/97/8c/79978cb97a6f0e2dc2fc2946d2c6a88a178023b3_2.file.header.tpl.php:82 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24bb1a430_51239692)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:270 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/b6/af/8f/b6af8f836e80926c36ea8aa648f4f1d7cbfea888_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24baa5bb0_30783676)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/9f/83/48/9f83489b9ed2c5f34d775a7a771b1210b7f993f6_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba81598_93286997)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_full_width_tpl/ea/29/dd/ea29ddc79f7ff124007d9b387af37fc5faa127b9_2.file.product.tpl.php:65 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68c0d24ba6f3f2_70045451)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:232 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:704 (fetch)
/classes/controller/FrontController.php:686 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
54 |
SELECT SQL_NO_CACHE `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.091
ms
|
0 |
|
|
/classes/Supplier.php:244
/classes/Product.php:568 (getNameById)
/override/classes/Product.php:19 (__construct)
/controllers/front/ProductController.php:103 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|
126 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:642 (isNeedDniByCountryId)
/classes/AddressFormat.php:623 (getFormat)
/classes/AddressFormat.php:567 (getAddressCountryFormat)
/classes/AddressFormat.php:442 (getOrderedAddressFields)
/classes/controller/FrontController.php:1641 (generateAddress)
/classes/controller/FrontController.php:506 (getTemplateVarShop)
/classes/controller/FrontController.php:567 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:394 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:518 (run)
/index.php:30 (dispatch)
|